home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / bn_kohonen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  868 b   |  35 lines

  1. /*****************************************************************************
  2.   FILE           : bn_kohonen.h
  3.   SHORTNAME      : bn_kohonen
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Bignet Kohonen Function Prototypes
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Marc Seemann, Marcus Ritt
  10.   DATE           : July 13 1993
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)bn_kohonen.h    1.3 3/2/94
  14.   SCCS VERSION   : 1.3
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  20.  
  21. ******************************************************************************/
  22. #ifndef _BN_KOHONEN_DEFINED_
  23. #define  _BN_KOHONEN_DEFINED_
  24.  
  25. /* begin global definition section */
  26.  
  27. extern void bn_createKOHONEN (void);
  28.  
  29. /* end global definition section */
  30.  
  31. #endif
  32.  
  33.  
  34.  
  35.